home *** CD-ROM | disk | FTP | other *** search
/ Tiger Disk 47 / Tiger_Disk_047_1998-02_Tiger-Crew-Disk_de_Side_D.d64 / vass boot (r) (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  540b  |  21 lines

  1. 0 rem address:
  2. 1 rem manuel nickschas
  3. 2 rem paul-hindemith-str. 3/1
  4. 3 rem d-78647 trossingen
  5. 4 rem germany
  6. 5 onxgoto90,100
  7. 10 print"[147][159]";:poke53280,0:poke53281,0:printchr$(14)
  8. 12 print"[147][214]irtual[193]ss [214]2.53 [196]emoversion by [211]putnick"
  9. 13 print" 8-[194]it-[214]ersion, [210][197][213] required (min.256[203])"
  10. 14 print"  [196]esign based on [212]urbo-[193]ss by [207]mikron"
  11. 20 d=peek(186)
  12. 30 r=57088:a=0:poker,0:ifpeek(r)=0then70
  13. 40 forv=2to5:poke(r+v),v:next
  14. 50 a=1:forv=2to5:ifpeek(r+v)<>vthena=0
  15. 60 next
  16. 70 ifa=1then80
  17. 75 print"[158][210][193][205] [197]xpansion [213]nit not present!!":poke198,0:wait198,1:sys64738
  18. 80 print:print"[194]ooting..."
  19. 90 x=2:load"vass v2.53r*",d,1
  20. 100 sys4096
  21.